﻿.store_select{
    height:40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(https://static.jtljia.com/images/system/arrow-down1.png) no-repeat 90% center #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:40px;
    color:#666;
    cursor:pointer;
    border:solid 1px #ddd;
}
.store_layer{
    width:380px;
    height:250px;
    padding:10px;
    border:solid 1px #DEDEDE;
    display:none;
    position:absolute;
    z-index:999;
    background:#fff;
    color:#666!important;
}
.store_layer ul{
    width:100%;
    margin:0;
    padding:0;
}
.store_layer ul>li{
    margin:0;
    padding:0;
    float:left;
    list-style:none;
    text-align:center;
    font-size:14px;
}
.selected_area{
    width:100%;
    float:left;
    height:30px;
    border-bottom:solid 1px #E4CB67;
    position:relative;
}
.selected_area>ul>li{
    cursor:pointer;
}
.selected_area .select_tab{
    width:80px;
    height:30px;
    line-height:30px;
    border:solid 1px #DEDEDE;
    margin-right:5px;
    border-bottom:none;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding:0 10px;
}
.selected_area .select_tab.active{
    border-color:#E4CB67;
    font-weight:bold;
}
.store_layer .province_list{
    padding:10px;
}
.store_layer .city_list{
    padding:10px;
}
.store_layer .store_list{
    padding:10px;
}
.store_layer .province_list>ul>li,.store_layer .city_list>ul>li,.store_layer .store_list>ul>li{
    width:90px;
    line-height:30px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    cursor:pointer;
}
.store_layer .province_list>ul>li:hover,.store_layer .city_list>ul>li:hover,.store_layer .store_list>ul>li:hover{
    background:#E4CB67;
    color:#fff;
}
.city_list{
    display:none;
}
.color_red{
    color:red;
}
.store_select_close{
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-indent: 0;
    font-family: Helvetica, STHeiti;
    _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino;
    font-size: 28px;
    text-decoration: none;
    color: #000;
    background: none;
    filter: !important;
    display:block;
    position:absolute;
}